home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TPIXPREFSFRAME
/
TPIXPREFSFRAME.txt
Wrap
Text File
|
2008-11-03
|
3KB
|
137 lines
inherited PixPrefsFrame: TPixPrefsFrame
HelpType = htKeyword
HelpKeyword = 'Picture_Compare_Options'
Caption = 'Picture Compare'
inherited DefaultBtn: TUiButton
TabOrder = 2
end
object ToleranceGroupBox: TUiGroupBox
Left = 8
Top = 8
Width = 409
Height = 121
Caption = 'Tolerance mode'
TabOrder = 0
object SameGroupBox: TUiGroupBox
Left = 8
Top = 16
Width = 125
Height = 89
Caption = 'Same pixels'
TabOrder = 0
object SameScaleEdit: TUiRadioButton
Left = 8
Top = 16
Height = 17
Caption = 'Gray scale'
TabOrder = 0
OnClick = SomethingChangedClick
end
object SameUseColorEdit: TUiRadioButton
Left = 8
Top = 36
Height = 17
Caption = 'Solid color'
TabOrder = 1
OnClick = SomethingChangedClick
end
object SameColorEdit: TUiColorEdit
Left = 8
Top = 56
Width = 109
Height = 21
AllowDefault = False
Selected = clBlack
TabOrder = 2
OnSelect = SomethingChangedClick
end
end
object DiffGroupBox: TUiGroupBox
Left = 144
Top = 16
Width = 117
Height = 89
Caption = 'Different pixels'
TabOrder = 1
object DiffScaleEdit: TUiRadioButton
Left = 8
Top = 16
Height = 17
Caption = 'Red scale'
TabOrder = 0
OnClick = SomethingChangedClick
end
object DiffUseColorEdit: TUiRadioButton
Left = 8
Top = 36
Height = 17
Caption = 'Solid color'
TabOrder = 1
OnClick = SomethingChangedClick
end
object DiffColorEdit: TUiColorEdit
Left = 8
Top = 56
Width = 101
Height = 21
AllowDefault = False
Selected = clBlack
TabOrder = 2
OnSelect = SomethingChangedClick
end
end
object SimilarGroupBox: TUiGroupBox
Left = 272
Top = 16
Width = 125
Height = 89
Caption = 'Similar pixels'
TabOrder = 2
object SimilarScaleEdit: TUiRadioButton
Left = 8
Top = 16
Height = 17
Caption = 'Blue scale'
TabOrder = 0
OnClick = SomethingChangedClick
end
object SimilarUseColorEdit: TUiRadioButton
Left = 8
Top = 36
Height = 17
Caption = 'Solid color'
TabOrder = 1
OnClick = SomethingChangedClick
end
object SimilarColorEdit: TUiColorEdit
Left = 8
Top = 56
Width = 109
Height = 21
AllowDefault = False
Selected = clBlack
TabOrder = 2
OnSelect = SomethingChangedClick
end
end
end
object BGColorGroupBox: TUiGroupBox
Left = 8
Top = 136
Width = 409
Height = 49
Caption = 'Background color'
TabOrder = 1
object BGColorEdit: TUiColorEdit
Left = 8
Top = 20
Width = 193
Height = 21
AllowDefault = False
Selected = clBlack
TabOrder = 0
OnSelect = SomethingChangedClick
end
end
end